home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Mac Games Volume 5 #3
/
IMG 46 Vol 5-3.iso
/
More Goodies
/
More For Your Game
/
Realmz
/
Character Master Source
/
Nemesis Framework
/
NemesisHeaders.h
< prev
Wrap
Text File
|
1996-07-03
|
1KB
|
59 lines
//••••••••••••••••••••••••••••••••••••
// Includes all the nemesis header
// files and macheaders.
//••••••••••••••••••••••••••••••••••••
#ifndef _NEMESISHEADERS_
#define _NEMESISHEADERS_
#include <MacHeaders.h>
#ifndef _N_SOUNDHELPER_
#include <SoundHelper.h>
#endif
// Note: Not really necessary to include these #if's round the includes
// 'cos they are in the headers themeselves, however it may speed things
// up a tiny bit
#ifndef _NEMESISERRORS_
#include <nemesis errors.h>
#endif
#ifndef _NEMESISEVENTS_
#include <nemesis events.h>
#endif
#ifndef _NEMESISFILES_
#include <nemesis files.h>
#endif
#ifndef _NEMESISMEMORY_
#include <nemesis memory.h>
#endif
#ifndef _NEMESISMENUS_
#include <nemesis menus.h>
#endif
#ifndef _NEMESISMISCUTILITIES_
#include <nemesis misc utilities.h>
#endif
#ifndef _NEMESISRESOURCES_
#include <nemesis resources.h>
#endif
#ifndef _NEMESISSTRINGS_
#include <nemesis strings.h>
#endif
#ifndef _NEMESISWINDOWS_
#include <nemesis windows.h>
#endif
#ifndef _NEMESISDIALOGS_
#include <nemesis dialogs.h>
#endif
#ifndef _NEMESISDIALOGCLASS_
#include <nemesis dialog class.h>
#endif
#ifndef _NEMESISGLOBALCLASS_
#include <nemesis global class.h>
#endif
#ifndef _NEMESISCREDITSCROLLCLASS_
#include <nemesis credit scroll class.h>
#endif
#endif // !_NEMESISHEADERS_